home *** CD-ROM | disk | FTP | other *** search
- package javax.activation;
-
- import java.io.IOException;
- import java.io.PipedOutputStream;
-
- final class DataHandler$1 implements Runnable {
- // $FF: synthetic field
- final DataContentHandler val$fdch;
- // $FF: synthetic field
- final PipedOutputStream val$pos;
- // $FF: synthetic field
- final DataHandler this$0;
-
- DataHandler$1(DataHandler var1, DataContentHandler var2, PipedOutputStream var3) {
- this.this$0 = var1;
- this.val$fdch = var2;
- this.val$pos = var3;
- }
-
- public void run() {
- try {
- this.val$fdch.writeTo(DataHandler.access$000(this.this$0), DataHandler.access$100(this.this$0), this.val$pos);
- } catch (IOException var10) {
- } finally {
- try {
- this.val$pos.close();
- } catch (IOException var9) {
- }
-
- }
-
- }
- }
-